home *** CD-ROM | disk | FTP | other *** search
/ MPC Internet Wizard / MPC Internet Wizard.iso / tutorial / ptwin / run / defaults.ptw < prev    next >
Encoding:
Text File  |  1995-03-01  |  4.2 KB  |  246 lines

  1. { Background brush definitions }
  2. whitebrush 0
  3. ltgraybrush 1
  4. graybrush 2
  5. dkgraybrush 3
  6. blackbrush 4
  7.  
  8. { Font attributes }
  9. normal 400
  10. bold 700
  11. italic 0x01
  12. underline 0x02
  13.  
  14. { General definitions }
  15. on 1
  16. off 0
  17. minimize 0
  18. restore 1
  19. transparent 1
  20. opaque 2
  21.  
  22. { Arrow directions }
  23. up 1
  24. right 2
  25. down 3
  26. left 4
  27.  
  28. { Mouse button combinations }
  29. leftbutton 1
  30. rightbutton 2
  31. eitherbutton 3
  32. leftdblbutton 4
  33. rightdblbutton 8
  34.  
  35. { IString options }
  36. noecho 0
  37. echo 1
  38. echocaret 3
  39. echocaretdestroy 7
  40.  
  41. { System fonts }
  42. oemfixedfont 10
  43. ansifixedfont 11
  44. ansivarfont 12
  45. systemfont 13
  46. devicedeffont 14
  47. systemfixedfont 16
  48.  
  49. { System cursor definitions }
  50. idc_arrow 32512
  51. idc_ibeam 32513
  52. idc_wait 32514
  53. idc_cross 32515
  54. idc_uparrow 32516
  55. idc_size 32640
  56. idc_icon 32641
  57. idc_sizenwse 32642
  58. idc_sizenesw 32643
  59. idc_sizewe 32644
  60. idc_sizens 32645
  61.  
  62. { Colors }
  63. black 0x000000
  64. blue 0xff0000
  65. medblue 0x800000
  66. cyan 0xffff00
  67. darkcyan 0x808000
  68. gray 0xc0c0c0
  69. darkgray 0x808080
  70. green 0x00ff00
  71. darkgreen 0x008000
  72. magenta 0xff00ff
  73. darkmagenta 0x800080
  74. red 0x0000ff
  75. darkred 0x000080
  76. white 0xffffff
  77. yellow 0x00ffff
  78. darkyellow 0x008080
  79.  
  80. { IKey scan code definitions }
  81. f1 59
  82. f2 60
  83. f3 61
  84. f4 62
  85. f5 63
  86. f6 64
  87. f7 65
  88. f8 66
  89. f9 67
  90. f10 68
  91. return 28
  92. capslock 58
  93. leftarrow 75
  94. rightarrow 77
  95. uparrow 72
  96. downarrow 80
  97. delkey 83
  98. inskey 82
  99. ctrlleftarrow 275
  100. ctrlrightarrow 277
  101. ctrluparrow 272
  102. ctrldownarrow 280
  103. backspace 14
  104. tab 15
  105. pgdn 81
  106.  
  107. { User defined fonts }
  108. __fontweight1 bold
  109. __fontpoint1 12
  110. __fontface1 "ARIAL"
  111. __fontweight2 bold
  112. __fontpoint2 14
  113. __fontface2 "ARIAL"
  114. __fontweight3 bold
  115. __fontpoint3 16
  116. __fontface3 "ARIAL"
  117. __fontweight4 bold
  118. __fontpoint4 18
  119. __fontface4 "ARIAL"
  120. __fontweight5 bold
  121. __fontpoint5 20
  122. __fontface5 "ARIAL"
  123. __fontweight6 bold
  124. __fontpoint6 22
  125. __fontface6 "ARIAL"
  126. __fontweight7 bold
  127. __fontpoint7 24
  128. __fontface7 "ARIAL"
  129. __fontattr8 italic
  130. __fontweight8 bold
  131. __fontpoint8 18
  132. __fontface8 "ARIAL"
  133. __fontweight9 normal
  134. __fontpoint9 16
  135. __fontface9 "MS Sans Serif"
  136. __fontweight20 normal
  137. __fontpoint20 16
  138. __fontface20 "ARIAL"
  139. __fontweight21 bold
  140. __fontpoint21 12
  141. __fontface21 "MS Sans Serif"
  142. __fontweight22 normal
  143. __fontpoint22 21
  144. __fontface22 "Times New Roman"
  145. __fontweight23 bold
  146. __fontpoint23 18
  147. __fontface23 "Times New Roman"
  148. __fontweight24 normal
  149. __fontpoint24 15
  150. __fontface24 "ARIAL"
  151. __fontattr26 italic
  152. __fontweight26 bold
  153. __fontpoint26 20
  154. __fontface26 "ARIAL"
  155. __fontweight27 bold
  156. __fontattr27 italic
  157. __fontpoint27 30
  158. __fontface27 "ARIAL"
  159. __fontweight28 bold
  160. __fontpoint28 36
  161. __fontface28 "ARIAL"
  162. __fontweight29 bold
  163. __fontattr29 italic
  164. __fontpoint29 36
  165. __fontface29 "ARIAL"
  166. __fontweight30 normal
  167. __fontpoint30 14
  168. __fontface30 "ARIAL"
  169. __fontweight31 bold
  170. __fontpoint31 15
  171. __fontface31 "ARIAL"
  172. __fontweight32 bold
  173. __fontpoint32 16
  174. __fontface32 "Times New Roman"
  175.  
  176.  
  177. { Default ptw variable definitions }
  178. __shadowcolor black
  179. __shadowhoriz 4
  180. __shadowvert 4
  181. __backgroundcolor ltgraybrush
  182. __removeclear 1
  183. __bulletindent 22
  184. __bulletspacing 6
  185. __bullettextcolor medblue
  186. __bullettextbkcolor white
  187. __bulletcolor darkcyan
  188. __bulletfont 3
  189. __bulletmode transparent
  190. __textcolor black
  191. __textfont 3
  192. __textmode transparent
  193. __textbkcolor white
  194. __aristextbox 1
  195. __textboxcolor gray
  196. __textboxlightcolor white
  197. __textboxdarkcolor darkgray
  198. __textboxtextcolor medblue
  199. __textboxtextbkcolor __textboxcolor
  200. __textboxtextmode transparent
  201. __textboxfont 3
  202. __textboxthickness 4
  203. __textboxlmargin 10
  204. __textboxrmargin 4
  205. __textboxtmargin 10
  206. __boxcolor darkred
  207. __boxthickness 2
  208. __boxstyle 0
  209. __rectcolor black
  210. __statussegframe 1
  211. __statuscolor gray
  212. __statuslightcolor white
  213. __statusdarkcolor darkgray
  214. __statustextcolor black
  215. __statustextfont 3
  216. __statusdefaulttext ""
  217. __statustext __statusdefaulttext
  218. __ikeycolor black
  219. __ikeybkcolor white
  220. __ikeyfont 9
  221. __ikeymode transparent
  222. __arrowcolor darkred
  223. __caretwidth 1
  224. __caretheight 15
  225. __bullettoken1 1
  226. __bullettoken2 5
  227. __quiztitlecolor darkred
  228. __quiztextcolor medblue
  229. __practicetextcolor medblue
  230. __tipespeed 20
  231. __esckey 63
  232. __doexit 0
  233. __quizfont 23
  234. __doborder 1
  235.  
  236. { Secondary color definitions }
  237. __color0 __textboxtextcolor
  238. __color1 darkred
  239. __color2 red
  240. __color3 darkgreen
  241. __color5 __bullettextcolor
  242. __color6 white
  243. __color10 __textcolor
  244. __color11 yellow
  245.  
  246.